﻿CHARACTERS = {
	c:PAN ?= {
		create_character = {
			# Ranjit Singh
			is_general = yes
			first_name = "Ranjit"
			last_name = "Singh"
			historical = yes
			ruler = yes
			birth_date = 1780.11.2
			dna = dna_maharaja_ranjit_singh
			interest_group = ig_armed_forces
			ideology = ideology_traditionalist
			hq = region_north_india
			commander_rank = commander_rank_3
			traits = {
				ambitious
				alcoholic
			}
		}	

		create_character = {
			# Kharak Singh
			first_name = "Kharak"
			last_name = "Singh"
			historical = yes
			heir = yes
			age = 35
			interest_group = ig_armed_forces
			ideology = ideology_traditionalist
			traits = {
				reckless
				expensive_tastes
			}
		}

		create_character = {
			# Raja Dhian Singh
			first_name = Dhian
			last_name = Singh
			historical = yes
			birth_date = 1796.8.22
			ig_leader = yes
			interest_group = ig_armed_forces
			ideology = ideology_moderate
			traits = {
				imposing
				charismatic
				expert_political_operator
			}
		}
		
	#	create_character = {
	#		is_general = yes
	#		first_name = Paolo
	#		last_name = Avitabile
	#		age = 45
	#		traits = {
	#	#		harsh
	#	#		gifted_administrator
	#		}
	#
	#	}
	#	
	#	create_character = {
	#		is_general = yes
	#		first_name = Jean_Francois
	#		last_name = Allard
	#		age = 51
	#		traits = {
	#	#		intelligent
	#	#		cavalry_school
	#		}
	#
	#	}
	#	
	#	create_character = {
	#		is_general = yes
	#		first_name = Jean_Baptiste
	#		last_name = Ventura
	#		age = 42
	#		traits = {
	#			romantic
	#	#		drillmaster
	#		}
	#
	#	}
	#	create_character = {
	#		is_general = yes
	#		first_name = Alexander
	#		last_name = Gardner
	#		culture = cu:yankee
	#		historical = yes
	#		hq = region_north_india
	#		age = 51
	#		traits = {
	#			brave
	#			experienced_artillery_commander
	#		}
	#	}
	}
}
